a11y: Redo cell update function
authorBenjamin Otte <otte@redhat.com>
Thu, 15 Dec 2011 22:51:57 +0000 (23:51 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 16 Dec 2011 03:53:16 +0000 (04:53 +0100)
commit2e7fcc24ac45462ce2b75fd021e3e6fc2ad0479a
tree296128d603ad8fae9676cc65fd6c0123fcf13e49
parent5cca6b2dc2fcc289d3f23838cbdef8a43ddd052a
a11y: Redo cell update function

1) always emit signals
   Previously, newly constructed cells would be told to not emit events.
   However, we can ensure that nothing is connected to the signals, so
   they will not actually emit anything.
2) don't return anything
   The return value is unused anyway.
gtk/a11y/gtkbooleancellaccessible.c
gtk/a11y/gtkrenderercellaccessible.c
gtk/a11y/gtkrenderercellaccessible.h
gtk/a11y/gtktextcellaccessible.c
gtk/a11y/gtktreeviewaccessible.c